home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / frame_40 / DoAction.as
Text File  |  2006-09-05  |  128b  |  6 lines

  1. pc = Math.round(100 * getBytesLoaded() / getBytesTotal()) + "%";
  2. if(_framesloaded == _totalframes)
  3. {
  4.    pc = "COMPLETE";
  5. }
  6.